-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material/*) Focus indicator unit tests #18150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…the ripple target
…on particular components.
@@ -9,7 +9,6 @@ $mat-node-height: 48px; | |||
align-items: center; | |||
min-height: $mat-node-height; | |||
flex: 1; | |||
overflow: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to see if this changes any screenshots in Google by running a global presubmit with just this line changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed 2 screenshots, but one was an improvement in my opinion and the other was a very nit box-shadow diff of some kind. Nothing major.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add focus indicators to mat-chip. Use a dynamically added element as the ripple target * _document should be an optional param to avoid breaking change. * Added unit tests for focus indicator, improved focus indicator color on particular components. * Some minor style changes. * Cleaned up focus indicator unit tests. * Some more minor unit test formatting changes, undo coloring changes for now. * Fixed formatting. * Fixed final linter error.
* Add focus indicators to mat-chip. Use a dynamically added element as the ripple target * _document should be an optional param to avoid breaking change. * Added unit tests for focus indicator, improved focus indicator color on particular components. * Some minor style changes. * Cleaned up focus indicator unit tests. * Some more minor unit test formatting changes, undo coloring changes for now. * Fixed formatting. * Fixed final linter error.
* Add focus indicators to mat-chip. Use a dynamically added element as the ripple target * _document should be an optional param to avoid breaking change. * Added unit tests for focus indicator, improved focus indicator color on particular components. * Some minor style changes. * Cleaned up focus indicator unit tests. * Some more minor unit test formatting changes, undo coloring changes for now. * Fixed formatting. * Fixed final linter error.
* Add focus indicators to mat-chip. Use a dynamically added element as the ripple target * _document should be an optional param to avoid breaking change. * Added unit tests for focus indicator, improved focus indicator color on particular components. * Some minor style changes. * Cleaned up focus indicator unit tests. * Some more minor unit test formatting changes, undo coloring changes for now. * Fixed formatting. * Fixed final linter error.
* Add focus indicators to mat-chip. Use a dynamically added element as the ripple target * _document should be an optional param to avoid breaking change. * Added unit tests for focus indicator, improved focus indicator color on particular components. * Some minor style changes. * Cleaned up focus indicator unit tests. * Some more minor unit test formatting changes, undo coloring changes for now. * Fixed formatting. * Fixed final linter error.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
.mat-focus-indicator
exists on the appropriate element.overflow: hidden
from.mat-tree-node
inMatTree
(as it was cutting off some of the focus indicator).